object_class->set_property = gdk_monitor_set_property;
/**
- * GdkMonitor:display:
+ * GdkMonitor:display: (attributes org.gtk.Property.get=gdk_monitor_get_display)
*
* The `GdkDisplay` of the monitor.
*/
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
/**
- * GdkMonitor:manufacturer:
+ * GdkMonitor:manufacturer: (attributes org.gtk.Property.get=gdk_monitor_get_manufacturer)
*
* The manufacturer name.
*/
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
- * GdkMonitor:model:
+ * GdkMonitor:model: (attributes org.gtk.Property.get=gdk_monitor_get_model)
*
* The model name.
*/
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
- * GdkMonitor:connector:
+ * GdkMonitor:connector: (attributes org.gtk.Property.get=gdk_monitor_get_connector)
*
* The connector name.
*/
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
- * GdkMonitor:scale-factor:
+ * GdkMonitor:scale-factor: (attributes org.gtk.Property.get=gdk_monitor_get_scale_factor)
*
* The scale factor.
*/
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
- * GdkMonitor:geometry:
+ * GdkMonitor:geometry: (attributes org.gtk.Property.get=gdk_monitor_get_geometry)
*
* The geometry of the monitor.
*/
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
- * GdkMonitor:width-mm:
+ * GdkMonitor:width-mm: (attributes org.gtk.Property.get=gdk_monitor_get_width_mm)
*
* The width of the monitor, in millimeters.
*/
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
- * GdkMonitor:height-mm:
+ * GdkMonitor:height-mm: (attributes org.gtk.Property.get=gdk_monitor_get_height_mm)
*
* The height of the monitor, in millimeters.
*/
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
- * GdkMonitor:refresh-rate:
+ * GdkMonitor:refresh-rate: (attributes org.gtk.Property.get=gdk_monitor_get_refresh_rate)
*
* The refresh rate, in milli-Hertz.
*/
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
- * GdkMonitor:subpixel-layout:
+ * GdkMonitor:subpixel-layout: (attributes org.gtk.Property.get=gdk_monitor_get_subpixel_layout)
*
* The subpixel layout.
*/
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
- * GdkMonitor:valid:
+ * GdkMonitor:valid: (attributes org.gtk.Property.get=gdk_monitor_is_valid)
*
* Whether the object is still valid.
*/
}
/**
- * gdk_monitor_get_display:
+ * gdk_monitor_get_display: (attributes org.gtk.Method.get_property=display)
* @monitor: a `GdkMonitor`
*
* Gets the display that this monitor belongs to.
}
/**
- * gdk_monitor_get_geometry:
+ * gdk_monitor_get_geometry: (attributes org.gtk.Method.get_property=geometry)
* @monitor: a `GdkMonitor`
* @geometry: (out): a `GdkRectangle` to be filled with the monitor geometry
*
}
/**
- * gdk_monitor_get_width_mm:
+ * gdk_monitor_get_width_mm: (attributes org.gtk.Method.get_property=width-mm)
* @monitor: a `GdkMonitor`
*
* Gets the width in millimeters of the monitor.
}
/**
- * gdk_monitor_get_height_mm:
+ * gdk_monitor_get_height_mm: (attributes org.gtk.Method.get_property=height-mm)
* @monitor: a `GdkMonitor`
*
* Gets the height in millimeters of the monitor.
}
/**
- * gdk_monitor_get_connector:
+ * gdk_monitor_get_connector: (attributes org.gtk.Method.get_property=connector)
* @monitor: a `GdkMonitor`
*
* Gets the name of the monitor's connector, if available.
}
/**
- * gdk_monitor_get_manufacturer:
+ * gdk_monitor_get_manufacturer: (attributes org.gtk.Method.get_property=manufacturer)
* @monitor: a `GdkMonitor`
*
* Gets the name or PNP ID of the monitor's manufacturer.
}
/**
- * gdk_monitor_get_model:
+ * gdk_monitor_get_model: (attributes org.gtk.Method.get_property=model)
* @monitor: a `GdkMonitor`
*
* Gets the string identifying the monitor model, if available.
}
/**
- * gdk_monitor_get_scale_factor:
+ * gdk_monitor_get_scale_factor: (attributes org.gtk.Method.get_prooperty=scale-factor)
* @monitor: a `GdkMonitor`
*
* Gets the internal scale factor that maps from monitor coordinates
}
/**
- * gdk_monitor_get_refresh_rate:
+ * gdk_monitor_get_refresh_rate: (attributes org.gtk.Method.get_property=refresh-rate)
* @monitor: a `GdkMonitor`
*
* Gets the refresh rate of the monitor, if available.
}
/**
- * gdk_monitor_get_subpixel_layout:
+ * gdk_monitor_get_subpixel_layout: (attributes org.gtk.Method.get_property=subpixel-layout)
* @monitor: a `GdkMonitor`
*
* Gets information about the layout of red, green and blue
}
/**
- * gdk_monitor_is_valid:
+ * gdk_monitor_is_valid: (attributes org.gtk.Method.get_property=valid)
* @monitor: a `GdkMonitor`
*
* Returns %TRUE if the @monitor object corresponds to a